Objects Reference

fly_pak::get_int

Prototype

int get_int()

Parameters

None

Return Value

Returns an integer loaded from the opened file.

Remarks

This function reads an integer from the opened file. It is just like doing a fscanf(fp,"%i",&var).